home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / bstone / sample / spirals.pov < prev    next >
Text File  |  1994-02-23  |  656b  |  40 lines

  1. #include "colors.inc"
  2. #include "textures.inc"
  3.  
  4. camera {
  5.    location <0 5 ,-15>   
  6.    direction <0 0 1.5>
  7.    up <0 0.2  0>      
  8.    right <0.8/3 0 0>  
  9.    sky <0 1 0>
  10.    look_at <0, -0.3, 0>
  11. }
  12.  
  13. object { 
  14.   light_source { <0.3,15,-22> color red 1.0 green 1.0 blue 1.0
  15.     spotlight
  16.     point_at <0,0,0>
  17.     radius 3
  18.     falloff 5
  19.   }
  20. }
  21.  
  22. object { 
  23.   light_source { <0.3,15,-22> color red 1.0 green 1.0 blue 1.0
  24.     spotlight
  25.     point_at <0,0,0>
  26.     radius 2
  27.     falloff 5
  28.   }
  29. }
  30.  
  31.  
  32. object { plane { y,-1 }
  33.   texture {
  34.     pigment { color Navy }
  35.   }
  36. }
  37. #declare MyTexture = texture { Copper_Metal }
  38.  
  39. #include "spirals.inc"
  40.